home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TIMPORTFORM / TIMPORTFORM.txt
Text File  |  2003-03-07  |  2KB  |  77 lines

  1. object ImportForm: TImportForm
  2.   Left = 596
  3.   Top = 336
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Import Accounts'
  7.   ClientHeight = 244
  8.   ClientWidth = 332
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyUp = FormKeyUp
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 182
  28.     Height = 13
  29.     Caption = 'Select the accounts you wish to import'
  30.   end
  31.   object ImportButton: TButton
  32.     Left = 72
  33.     Top = 208
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Import'
  37.     TabOrder = 0
  38.     OnClick = ImportButtonClick
  39.   end
  40.   object CancelButton: TButton
  41.     Left = 160
  42.     Top = 208
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     TabOrder = 1
  48.     OnClick = CancelButtonClick
  49.   end
  50.   object AccountGrid: TStringGrid
  51.     Left = 8
  52.     Top = 24
  53.     Width = 315
  54.     Height = 161
  55.     ColCount = 2
  56.     DefaultRowHeight = 19
  57.     FixedCols = 0
  58.     RowCount = 2
  59.     GridLineWidth = 0
  60.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect, goThumbTracking]
  61.     ScrollBars = ssVertical
  62.     TabOrder = 3
  63.     ColWidths = (
  64.       174
  65.       153)
  66.   end
  67.   object HelpButton: TButton
  68.     Left = 248
  69.     Top = 208
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'Help'
  73.     TabOrder = 2
  74.     OnClick = HelpButtonClick
  75.   end
  76. end
  77.